home *** CD-ROM | disk | FTP | other *** search
/ Into That Dark Night / Into That Dark Night.iso / pc / YadVashem / floatMenu.dxr / Internal_35.ls < prev    next >
Encoding:
Text File  |  2001-06-12  |  108 b   |  8 lines

  1. on mouseUp
  2.   if the machineType = 256 then
  3.     open("write.exe")
  4.   else
  5.     open("simpleText")
  6.   end if
  7. end
  8.